|
FEXP Solver
1.0.0.0
|
Class represents #SOLVER.input_files block. More...
#include <FEXPSerializeData.h>


Public Member Functions | |
| CFEXPSolverFeModels () | |
| virtual | ~CFEXPSolverFeModels () |
| virtual std::string | GetContainerName () const override |
| virtual void | CreateData (const std::string &tab_key, const std::vector< std::string > &tab_def, const std::vector< std::string > &lines) override |
| virtual bool | ContainsTab (const std::string &key) override |
| template<typename TData > | |
| std::enable_if< std::is_base_of< ICFEXPSerialDataTableBase, TData >::value, Ptr< TData > >::type | GetTableData () |
Public Member Functions inherited from ICFEXPSerialDataBase | |
| ICFEXPSerialDataBase (const std::string &identifier, const t_FileTableStructMap &tab_map) | |
| virtual | ~ICFEXPSerialDataBase () |
| const std::string | GetIdentifier () const |
Static Public Attributes | |
| static const NmspcConfigFileSolverData::EFileBlocks | ID = NmspcConfigFileSolverData::EFileBlocks::eBl2 |
Static Protected Attributes | |
| static const std::string | INERROR = "@Error: More values in block for finite element models!" |
Additional Inherited Members | |
Protected Member Functions inherited from ICFEXPSerialDataBase | |
| const t_FileTableStructMap & | get_cls_map () |
| std::vector< std::string > | split_string (const std::string &str, const std::string &delim) |
| template<typename TValue > | |
| TValue | convert_string_to (const std::string &txt) |
Class represents #SOLVER.input_files block.
| CFEXPSolverFeModels::CFEXPSolverFeModels | ( | ) |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements ICFEXPSerialDataBase.
|
overridevirtual |
Implements ICFEXPSerialDataBase.
|
inlineoverridevirtual |
| std::enable_if< std::is_base_of< ICFEXPSerialDataTableBase, TData >::value, Ptr< TData > >::type CFEXPSolverFeModels::GetTableData | ( | ) |
|
static |
|
staticprotected |